﻿2026-09-11T10:08:20.6663468Z Node 20 is being deprecated. This workflow is running with Node 24 by default. If you need to temporarily use Node 20, you can set the ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true environment variable. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
2026-09-11T10:08:20.6673344Z ##[group]Run actions/checkout@v4
2026-09-11T10:08:20.6674287Z with:
2026-09-11T10:08:20.6675051Z   repository: BigscreenVR/traceable-reqs
2026-09-11T10:08:20.6679566Z   token: ***
2026-09-11T10:08:20.6680150Z   ssh-strict: true
2026-09-11T10:08:20.6680730Z   ssh-user: git
2026-09-11T10:08:20.6681528Z   persist-credentials: true
2026-09-11T10:08:20.6682217Z   clean: true
2026-09-11T10:08:20.6682799Z   sparse-checkout-cone-mode: true
2026-09-11T10:08:20.6683461Z   fetch-depth: 1
2026-09-11T10:08:20.6684041Z   fetch-tags: false
2026-09-11T10:08:20.6684616Z   show-progress: true
2026-09-11T10:08:20.6685270Z   lfs: false
2026-09-11T10:08:20.6685814Z   submodules: false
2026-09-11T10:08:20.6686529Z   set-safe-directory: true
2026-09-11T10:08:20.6687170Z   allow-unsafe-pr-checkout: false
2026-09-11T10:08:20.6688142Z ##[endgroup]
2026-09-11T10:08:20.7956895Z Syncing repository: BigscreenVR/traceable-reqs
2026-09-11T10:08:20.7965977Z ##[group]Getting Git version info
2026-09-11T10:08:20.7968209Z Working directory is '/home/runner/work/traceable-reqs/traceable-reqs'
2026-09-11T10:08:20.7970886Z [command]/usr/bin/git version
2026-09-11T10:08:20.7972113Z git version 2.55.0
2026-09-11T10:08:20.7980212Z ##[endgroup]
2026-09-11T10:08:20.7989115Z Temporarily overriding HOME='/home/runner/work/_temp/4a76bb88-8030-451e-ad90-81ab4671b6a1' before making global git config changes
2026-09-11T10:08:20.7992720Z Adding repository directory to the temporary git global config as a safe directory
2026-09-11T10:08:20.7995459Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/traceable-reqs/traceable-reqs
2026-09-11T10:08:20.8000620Z Deleting the contents of '/home/runner/work/traceable-reqs/traceable-reqs'
2026-09-11T10:08:20.8003562Z ##[group]Initializing the repository
2026-09-11T10:08:20.8005811Z [command]/usr/bin/git init /home/runner/work/traceable-reqs/traceable-reqs
2026-09-11T10:08:20.8101778Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-09-11T10:08:20.8104685Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-09-11T10:08:20.8107487Z hint: to use in all of your new repositories, which will suppress this warning,
2026-09-11T10:08:20.8110913Z hint: call:
2026-09-11T10:08:20.8112604Z hint:
2026-09-11T10:08:20.8113945Z hint: 	git config --global init.defaultBranch <name>
2026-09-11T10:08:20.8115594Z hint:
2026-09-11T10:08:20.8117308Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-09-11T10:08:20.8119844Z hint: 'development'. The just-created branch can be renamed via this command:
2026-09-11T10:08:20.8121997Z hint:
2026-09-11T10:08:20.8123314Z hint: 	git branch -m <name>
2026-09-11T10:08:20.8124611Z hint:
2026-09-11T10:08:20.8126319Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-09-11T10:08:20.8129562Z Initialized empty Git repository in /home/runner/work/traceable-reqs/traceable-reqs/.git/
2026-09-11T10:08:20.8135346Z [command]/usr/bin/git remote add origin https://github.com/BigscreenVR/traceable-reqs
2026-09-11T10:08:20.8166355Z ##[endgroup]
2026-09-11T10:08:20.8168328Z ##[group]Disabling automatic garbage collection
2026-09-11T10:08:20.8171070Z [command]/usr/bin/git config --local gc.auto 0
2026-09-11T10:08:20.8203731Z ##[endgroup]
2026-09-11T10:08:20.8205790Z ##[group]Setting up auth
2026-09-11T10:08:20.8211004Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-09-11T10:08:20.8242424Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-09-11T10:08:20.8554860Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-09-11T10:08:20.8722269Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-09-11T10:08:20.8812833Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-09-11T10:08:20.8843478Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-09-11T10:08:20.9057466Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-09-11T10:08:20.9091721Z ##[endgroup]
2026-09-11T10:08:20.9094047Z ##[group]Fetching the repository
2026-09-11T10:08:20.9102625Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +911c84638f71dd4c3960bd0c2c64a6382ea33f5a:refs/remotes/pull/21/merge
2026-09-11T10:08:21.6023434Z From https://github.com/BigscreenVR/traceable-reqs
2026-09-11T10:08:21.6031797Z  * [new ref]         911c84638f71dd4c3960bd0c2c64a6382ea33f5a -> pull/21/merge
2026-09-11T10:08:21.6054702Z ##[endgroup]
2026-09-11T10:08:21.6057495Z ##[group]Determining the checkout info
2026-09-11T10:08:21.6062302Z ##[endgroup]
2026-09-11T10:08:21.6064507Z [command]/usr/bin/git sparse-checkout disable
2026-09-11T10:08:21.6070990Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-09-11T10:08:21.6080960Z ##[group]Checking out the ref
2026-09-11T10:08:21.6083471Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/21/merge
2026-09-11T10:08:21.6086307Z Note: switching to 'refs/remotes/pull/21/merge'.
2026-09-11T10:08:21.6087747Z 
2026-09-11T10:08:21.6089056Z You are in 'detached HEAD' state. You can look around, make experimental
2026-09-11T10:08:21.6093110Z changes and commit them, and you can discard any commits you make in this
2026-09-11T10:08:21.6096710Z state without impacting any branches by switching back to a branch.
2026-09-11T10:08:21.6098826Z 
2026-09-11T10:08:21.6100204Z If you want to create a new branch to retain commits you create, you may
2026-09-11T10:08:21.6103721Z do so (now or later) by using -c with the switch command. Example:
2026-09-11T10:08:21.6105887Z 
2026-09-11T10:08:21.6106829Z   git switch -c <new-branch-name>
2026-09-11T10:08:21.6108305Z 
2026-09-11T10:08:21.6109175Z Or undo this operation with:
2026-09-11T10:08:21.6110487Z 
2026-09-11T10:08:21.6111537Z   git switch -
2026-09-11T10:08:21.6112602Z 
2026-09-11T10:08:21.6114228Z Turn off this advice by setting config variable advice.detachedHead to false
2026-09-11T10:08:21.6116702Z 
2026-09-11T10:08:21.6119181Z HEAD is now at 911c846 Merge ad254318151d9d3a7a8c4a3928b3c7e25c9b4c83 into c9a8eb557873bd63aef7ab9c25af4ae74d17745b
2026-09-11T10:08:21.6127069Z ##[endgroup]
2026-09-11T10:08:21.6131701Z [command]/usr/bin/git log -1 --format=%H
2026-09-11T10:08:21.6134296Z 911c84638f71dd4c3960bd0c2c64a6382ea33f5a
